build(deps-dev): bump puppeteer from 24.43.1 to 25.1.0 and update Karma config compatibility#321
Merged
Merged
Conversation
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 24.43.1 to 25.1.0. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](puppeteer/puppeteer@puppeteer-v24.43.1...puppeteer-v25.1.0) --- updated-dependencies: - dependency-name: puppeteer dependency-version: 25.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
@copilot review nevware21/ts-utils#559 and apply the same changes to unblock puppeteer |
Contributor
Applied the same Puppeteer-unblock pattern from ts-utils PR #559 to this repo’s Karma browser/worker configs (core + shim/chai), with sync/async executablePath compatibility and missing-binary handling so tests no longer fail when Chrome isn’t available. Addressed in commit c630351. |
Copilot
AI
changed the title
build(deps-dev): bump puppeteer from 24.43.1 to 25.1.0
build(deps-dev): bump puppeteer from 24.43.1 to 25.1.0 and update Karma config compatibility
May 29, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #321 +/- ##
=======================================
Coverage 95.30% 95.30%
=======================================
Files 137 137
Lines 6388 6388
Branches 1640 1640
=======================================
Hits 6088 6088
Misses 300 300 🚀 New features to boost your workflow:
|
nevware21-bot
approved these changes
May 31, 2026
nevware21-bot
left a comment
Contributor
There was a problem hiding this comment.
Approved by nevware21-bot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps puppeteer from 24.43.1 to 25.1.0.
Also updates Karma browser/worker configs (core + shim/chai) to handle Puppeteer executable path resolution compatibility, including:
executablePath()behaviorsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.